Welcome![Sign In][Sign Up]
Location:
Search - select socket

Search list

[ConsoleHEART

Description: 本程序使用socket通信实现心跳功能,其中使用select函数,可以实现检测软件是否还存活-This program uses socket communication heart function, select a function, you can achieve detection software is also survived
Platform: | Size: 20480 | Author: MACLY | Hits:

[Internet-Networkselect1

Description: socket select使用小例子,非常简单-socket select a small example of a very simple
Platform: | Size: 11264 | Author: 伍健 | Hits:

[Internet-Networkqq_select

Description: 在Linux下创建udp套接字,select监听套接字实现局域网多人聊天。编译器G-Under Linux create udp socket, select the listening socket LAN multiplayer chat. GCC compiler
Platform: | Size: 1024 | Author: hanzhen | Hits:

[Internet-NetworkselectPractice

Description: 通过实际编程,熟悉了Socket下select函数的使用机制,进一步加深了对Socket网络编程的认识和理解。-Through the actual programming, familiar with the use of Socket select function under the mechanism, and further deepened the Socket network programming knowledge and understanding.
Platform: | Size: 20294656 | Author: suyi | Hits:

[TCP/IP stackqt_oicq

Description: 类似于qq的聊天工具,采用socket编程,用于了多线程,select,还有心跳机制,守护进程!-Similar to qq chat tool, using socket programming for a multi-threaded, select, and heartbeat mechanism, the daemon!
Platform: | Size: 1397760 | Author: 胡平 | Hits:

[Web Serverselectaccept

Description: 一个服务器和一个客户端,用来展示 网络套接字和select等函数的使用,双方可以通信 -a server and a client , to show how use socket routine to communicate.
Platform: | Size: 3072 | Author: xu | Hits:

[JSP/JavaTcpClient

Description: GUI加Socket编程,实现聊天室和自由会话功能,可以动态选择模式。 -GUI plus Socket programming, chat rooms and free conversation function, you can dynamically select the mode.
Platform: | Size: 71680 | Author: 陈昊 | Hits:

[Windows Develop45678

Description: 实现套接字的连接,VC++精选学习源码,很好的参考资料。-Realize the connection socket, VC++ select learning source code, a good reference.
Platform: | Size: 13312 | Author: 什锦丁儿 | Hits:

[Windows Develop56789

Description: 实现套接字的连接,VC++精选学习源码,很好的参考资料。-Realize the connection socket, VC++ select learning source code, a good reference.
Platform: | Size: 26624 | Author: 糟熘鱼片 | Hits:

[Linux-UnixIO-(2)

Description: *使用select函数可以以非阻塞的方式和多个socket通信。程序只是演示select函数的使用,即使某个连接关闭以后也不会修改当前连接数,连接数达到最大值后会终止程序。 1. 程序使用了一个数组fd,通信开始后把需要通信的多个socket描述符都放入此数组 2. 首先生成一个叫sock_fd的socket描述符,用于监听端口。 3. 将sock_fd和数组fd中不为0的描述符放入select将检查的集合fdsr。 4. 处理fdsr中可以接收数据的连接。如果是sock_fd,表明有新连接加入,将新加入连接的socket描述符放置到fd。 */ // select_server.c-* use Select function with non blocking mode and multiple socket communication. The program is the use of demonstration of select function, even if a connection is closed will not modify the current number of connections, the number of connections after reaching the maximum value will terminate the program. 1 procedures for the use of an array of FD, communication after the start of the multiple socket descriptor communication in this array 2 first generate a call sock_fd socket descriptor, for listening port. 3 the sock_fd and array FD is not 0 descriptors in select will check the set fdsr. 4 fdsr can be connected to receive data. If sock_fd, indicates that there is a new connection to join, will join the new connection socket descriptor is placed into the fd.* //select_server.c
Platform: | Size: 3072 | Author: 辰枫 | Hits:

[Windows Develop4687546

Description: C++ Socket Http请求封装类,精选学习源码,很好的参考资料。-C++ Socket Http request packaging category, select learning source code, a good reference.
Platform: | Size: 3072 | Author: 桂花翅子 | Hits:

[Windows Developsrc

Description: VC++ 实现将本地文件通过HTTP上传到WEB服务器上。用的是MFC中的一个类,HTTP,分析SOCKET协议。模仿HTTP上传文件。通过80端口上传,精选学习源码,很好的参考资料。-VC++ realization of the local files uploaded from HTTP to the WEB server. With a class, MFC HTTP, SOCKET protocol analysis. Imitation HTTP upload files. Through the 80 port to upload, select learning source code, a good reference.
Platform: | Size: 149504 | Author: 糟熘鱼片 | Hits:

[Internet-Networkchat

Description: 模拟qq聊天室。 服务器端:使用TCP协议创建套接字拿到机器的IP地址,选择一个可用的端口号,绑定它们,然后侦听客户端等待套接字连接。在收到客户端的连接请求,创建一个线程来与客户端进行交互。 客户端:类似服务器端,创建一个socket,注意IP和端口号和服务器端的匹配。在发送连接请求,服务器端,输入您的用户名,然后连接服务器时,可以接收其他客户端发送的数据,但他们也可以将数据发送到服务器端,聊天室功能的实现。-Simulated qq chat rooms. server side: using tcp protocol creates socket to get the IP address of the machine, select an available port number, bind them, and then listen for client-side waiting for the socket connection. Upon receipt of the client-side connection request, create a thread to interact with the client side. client side: Similar to server-side, to create a socket, note the IP and port number and server-side match. Before sending a connection request on the server side, enter your user name, and then connect server, you can receive the data sent by other client-side, but they can also send data to the server side, the chat room feature is realized.
Platform: | Size: 3072 | Author: 徐鹏 | Hits:

[Internet-Networkchat

Description: 用socket写的一个python聊天室,用PyQt4做界面,select处理并发服务-With socket write a python chat rooms, do interface with PyQt4, select handle concurrent service
Platform: | Size: 110592 | Author: 王松 | Hits:

[Communicationtcp

Description: TCP socket for server, select process mutil thread process and synchronization
Platform: | Size: 122880 | Author: yanchao | Hits:

[VC/MFCIOCP

Description: IOCP全称I/O Completion Port,中文译为I/O完成端口。IOCP是一个异步I/O的API,它可以高效地将I/O事件通知给应用程序。与使用select()或是其它异步方法不同的是,一个套接字[socket]与一个完成端口关联了起来,然后就可继续进行正常的Winsock操作了。然而,当一个事件发生的时候,此完成端口就将被操作系统加入一个队列中。然后应用程序可以对核心层进行查询以得到此完成端口。此资料是对IOCP模型的深入讲解及总结,让你能更清楚的了解IOCP模型工作的本质。-The full name of IOCP I/O Completion Port, Chinese translated as I/O completion ports. IOCP is an asynchronous I/O API, it can be efficiently the I/O event notification to the application. With the use of () or other asynchronous method is different, a [socket] socket and a completion port linked up, then you can continue normal operation of the Winsock. However, when an incident occurs, the completion port will be operating system to join a queue. Then the application can be on the core layer of the query to get the completion port. This information is on IOCP model in-depth explanation and summary, let you can work to understand the essence of IOCP model more clearly.
Platform: | Size: 336896 | Author: Mike | Hits:

[Internet-Networknetwork

Description: 程序为网络程序,应使用socket编程,服务器要实现对每一个访问的客户机发送一个欢迎消息,可选用select()函数实现I/O多路复用,服务器通过socket相关函数来建立TCP连接,监听每一个访问的客户端,当有客户端向服务器发起连接时,将客户端文件描述符加入监听描述符集,客户端向服务器发送信息,同时也收到服务器发来的”Hello,Welcome Client!”。 本题需要写两个程序,分别是“server.c”和“client.c”。前者主要是在服务器端执行并等待客户端访问操作然后发欢迎信息,后者主要是向主机发送访问命令并接收服务器发来的欢迎信息。-Procedures for network programs, you should use socket programming, server to achieve for each visit to a client sends a welcome message, the choice of () function to achieve I/O multiplexers, server through socket correlation function to establish a TCP connection, monitor each client visit, when a client initiates a connection to the server, the client file descriptor join listening descriptor set, the client sends a message to the server, and also received a server sent Hello, Welcome Client !. That the need to write two programs, namely server.c and client.c . The former is mainly d and waiting for clients to access operations and then send a welcome message on the server side, which is mainly access to the host sends commands and receives the welcome message sent the server.
Platform: | Size: 8192 | Author: chenli | Hits:

[Internet-NetworkSelectTest

Description: windows下socket异步编程实例,使用select模型监测数据收发事件-a program using model
Platform: | Size: 71680 | Author: 成明娜 | Hits:

[Internet-NetworkWSAAsyncSelect

Description: 基于select处理的并行处理多方socket实例,具有参考价值,欢迎研究。-Mainly used to write vc ping function based raw sockets programming, you can use, you can study
Platform: | Size: 6251520 | Author: 王帅 | Hits:

[Internet-NetworkWANGLUOBIANCHENG-SHIYANSAN

Description: 1. 编写一个基于流式套接字的C/S通信程序,客户端与服务器建立连接之后,客户端向服务器发送一个简单的四则算式(只含一个算符),服务器收到这个算式后,对其进行计算,并将计算结果回送给客户端,客户端将计算结果显示出来。要求: (1)服务器可以同时为多个客户提供服务。 (2)采用select模型实现。 2. 对于实验1的回射服务器采用select模型改写。 3.实现一聊天程序,要求采用WSAAyncSelect(异步选择)模型实现 -1. Write a C/S based on streaming socket communication program, the client and the server after the connection is established, the client to the server to send a simple four formula (containing only one operator), after the server receives this formula, the calculated, and the calculated results back to the client, the client to display results. Requirements: (1) the server can serve multiple clients at the same time. (2) using the model implementation. 2. As the experiment 1 echo server using the model. 3. Implement a chat program, require the use of WSAAyncSelect (asynchronous) model
Platform: | Size: 70656 | Author: liu | Hits:
« 1 2 ... 4 5 6 7 8 910 »

CodeBus www.codebus.net